/* ********UNIVERSAL MARKUP******** */

@charset "UTF-8";
/* CSS Document */

body {background-color:darkgreen;!important}



div.DMuniversal p {color:white;!important}

h1, h2, h3, h4, h5, h6   {color: black;
	text-align: center;!important}

h4.fields-heading 	{color:black;!important}

span.controls-heading	{color:black;!important}

.dm    {color: white;!important}

div.ex1 {padding: 25px;}

.button {border: none;
  	color: white;
	font-weight: bold;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
 	font-size: 16px;
  	margin: 4px 2px;
  	transition-duration: 0.4s;
 	cursor: pointer;
	background-color: white; 
 	color: black; 
 	border: 2px solid #4CAF50;!important}

.button:hover {background-color: #4CAF50;
 	color: white;!important}

a.plink {color: white; 
	font-size: 150%; 
	font-weight: bold; 
	text-decoration: underline;}

h3.accordion 	{background-color: darkgreen;}

